home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1996 July / Electronic Clipper 1996 July.iso / pc / ideasrc / house.dir / 00212_Script_212 < prev    next >
Text File  |  1996-06-02  |  673b  |  25 lines

  1. on exitFrame
  2.   if soundbusy(1) then
  3.     go the frame
  4.     if rollover (3) then
  5.       puppetsprite (3), true
  6.       set the castnum of sprite 3 to 197
  7.       updatestage
  8.     else puppetsprite 3, false  
  9.     if rollover (4) then
  10.       puppetsprite (4), true
  11.       set the castnum of sprite 4 to 198
  12.       updatestage
  13.     else puppetsprite 4, false  
  14.     if rollover (5) then
  15.       puppetsprite (5), true
  16.       set the castnum of sprite 5 to 200
  17.       updatestage
  18.     else puppetsprite 5, false  
  19.     if rollover (6) then
  20.       puppetsprite (6), true
  21.       set the castnum of sprite 6 to 199
  22.       updatestage
  23.     else puppetsprite 6, false  
  24.   end if
  25. end